home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 June / Software of the Month Club 1998 June.iso / pc / dos / lg / mapit20 / dashed.pen < prev    next >
Text File  |  1998-04-15  |  2KB  |  29 lines

  1. ; Dashed.pen  -  Demonstrate dashed and weighted lines.
  2.  
  3. ; Video Color is the index into this table meaning that the MAPIT layer
  4. ; (color) determines the pen, width, and line type according to this table
  5. ; when making HP-GL/2 plots.
  6.  
  7. ; Line type 0 is a solid line.  Types 1 - 8 are variously dashed and are
  8. ; device dependent.
  9.  
  10. ; Video Color  Pen #   Width in mm.   Line type   Video to pen color
  11.  
  12.         0       0       0               0       ; black to black (white)
  13.         1       5       0               1       ; blue to blue
  14.         2       3       0               2       ; green to green
  15.         3       7       0               3       ; cyan to cyan
  16.         4       2       0               4       ; red to red
  17.         5       6       0               5       ; magenta to magenta
  18.         6       4       0               6       ; brown to yellow
  19.         7       1       0               7       ; white to black
  20.         8       1       0               8       ; gray to black
  21.         9       5       0.1             0       ; light blue to blue
  22.         10      3       0.2             0       ; light green to green
  23.         11      7       0.3             0       ; light cyan to cyan
  24.         12      2       0.4             0       ; light red to red
  25.         13      6       0.5             0       ; light magenta to magenta
  26.         14      4       0.6             0       ; yellow to yellow
  27.         15      1       0.7             0       ; bright white to black
  28.  
  29.